projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbac377
)
CI: set a timeout multiplier for the tests
author
Christoph Reiter
<creiter@src.gnome.org>
Tue, 26 Mar 2019 15:37:22 +0000
(16:37 +0100)
committer
Christoph Reiter
<creiter@src.gnome.org>
Tue, 26 Mar 2019 15:37:22 +0000
(16:37 +0100)
CI can be slower than your normal dev machine so give it a bit more time
.gitlab-ci/test-docker.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-docker.sh
b/.gitlab-ci/test-docker.sh
index cf1efccd3be67e538cc9ba0e3cf62e40ebd154a3..8a952d7356a4bbd7c82878cf837fb6417511fde5 100755
(executable)
--- a/
.gitlab-ci/test-docker.sh
+++ b/
.gitlab-ci/test-docker.sh
@@
-26,6
+26,7
@@
ccache --show-stats
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test \
+ --timeout-multiplier 2 \
--print-errorlogs \
--suite=gtk \
--no-suite=gtk:gsk \